home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_79038.txt < prev    next >
Text File  |  1987-11-25  |  904b  |  46 lines

  1. -- card: 79038 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on doMenu
  8.   answer "Say please!" with "Please" or "Cancel"
  9.   if it = "Please" then pass doMenu
  10. end doMenu
  11.  
  12.  
  13.  
  14. -- part contents for background part 1
  15. ----- text -----
  16. doMenu <name of menu item>
  17.  
  18. Chooses the menu item named, just as if the user had selected it from a menu.  You do not have to specify the name of the menu, only the name of the item.  
  19. You can write your own message handler to intercept the doMenu (or keyboard equivalent) message.  See this card's script.
  20.  
  21. doMenu Quit HyperCard
  22. doMenu Paste Button
  23. doMenu Print Stack...
  24. doMenu Calculator
  25.  
  26.  
  27. -- part contents for background part 2
  28. ----- text -----
  29. DoMenu
  30.  
  31. -- part contents for background part 44
  32. ----- text -----
  33. Form
  34.  
  35. What it does
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. Examples
  43.  
  44. -- part contents for background part 43
  45. ----- text -----
  46. 337,122